You are here: Statements and Functions > GetReplicationNum()
Syntax samples
GETREPLICATIONNUM()
Returns the number of the currently running replication.
Any Logic.
Example
Based on the current replication, you may want to make a decision regarding the exporting of array data.
In this case, you could use an IF THEN statement combined with the GETREPLICATIONNUM() function to decide what data to export based on the currently running replication.